home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / windows / games / winpcx2.arj / WSZ.DEF < prev    next >
Text File  |  1987-07-26  |  235b  |  17 lines

  1. NAME    WhatSize
  2.  
  3. DESCRIPTION 'A Windows Application'
  4.  
  5. STUB    'WINSTUB.EXE'
  6.  
  7. CODE    MOVEABLE
  8. DATA    MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE    1024
  11. STACKSIZE   4096
  12.  
  13. EXPORTS
  14.         MainWndProc    @1
  15.         AboutWndProc @2
  16.         UnitsWndProc @3
  17.